home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Freeware / Comunicatii / Winscp / winscp373setup.exe / {app} / WinSCP3.exe / 0 / RCDATA / TCUSTOMCOMMANDDIALOG / TCUSTOMCOMMANDDIALOG.txt
Encoding:
Text File  |  2005-02-06  |  3.6 KB  |  158 lines

  1. object CustomCommandDialog: TCustomCommandDialog
  2.   Left = 384
  3.   Top = 214
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'ui_customcommand'
  6.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'CustomCommandDialog'
  9.   ClientHeight = 305
  10.   ClientWidth = 396
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   OnCloseQuery = FormCloseQuery
  20.   OnShow = FormShow
  21.   DesignSize = (
  22.     396
  23.     305)
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Group: TXPGroupBox
  27.     Left = 8
  28.     Top = 8
  29.     Width = 380
  30.     Height = 255
  31.     Anchors = [akLeft, akTop, akRight, akBottom]
  32.     TabOrder = 0
  33.     DesignSize = (
  34.       380
  35.       255)
  36.     object FileNameLabel: TLabel
  37.       Left = 11
  38.       Top = 16
  39.       Width = 56
  40.       Height = 13
  41.       Anchors = [akLeft, akTop, akRight]
  42.       Caption = '&Description:'
  43.       FocusControl = DescriptionEdit
  44.     end
  45.     object Label1: TLabel
  46.       Left = 11
  47.       Top = 64
  48.       Width = 87
  49.       Height = 13
  50.       Anchors = [akLeft, akTop, akRight]
  51.       Caption = '&Custom command:'
  52.       FocusControl = CommandEdit
  53.     end
  54.     object CustomCommandsPatternsLabel: TLabel
  55.       Left = 16
  56.       Top = 189
  57.       Width = 353
  58.       Height = 61
  59.       Anchors = [akLeft, akTop, akRight, akBottom]
  60.       AutoSize = False
  61.       Caption = 
  62.         'Patterns:'#160'!!'#160'-'#160'exclamation mark; !'#160'-'#160'file name; !?prompt?default' +
  63.         '!'#160'-'#160'prompts user for parameter value; !&&'#160'-'#160'selected files list'#160 +
  64.         '(quoted, space-delimited)'#13#10'Local command patterns: !^!'#160'-'#160'file na' +
  65.         'me from local panel'
  66.       WordWrap = True
  67.     end
  68.     object DescriptionEdit: TEdit
  69.       Left = 11
  70.       Top = 32
  71.       Width = 358
  72.       Height = 21
  73.       Anchors = [akLeft, akTop, akRight]
  74.       MaxLength = 250
  75.       TabOrder = 0
  76.       OnChange = ControlChange
  77.     end
  78.     object CommandEdit: TEdit
  79.       Left = 11
  80.       Top = 80
  81.       Width = 358
  82.       Height = 21
  83.       Anchors = [akLeft, akTop, akRight]
  84.       MaxLength = 250
  85.       TabOrder = 1
  86.       OnChange = ControlChange
  87.       OnKeyDown = PathEditsKeyDown
  88.     end
  89.     object ApplyToDirectoriesCheck: TCheckBox
  90.       Left = 16
  91.       Top = 136
  92.       Width = 145
  93.       Height = 17
  94.       Caption = '&Apply to directories'
  95.       TabOrder = 4
  96.       OnClick = ControlChange
  97.     end
  98.     object RecursiveCheck: TCheckBox
  99.       Left = 184
  100.       Top = 136
  101.       Width = 145
  102.       Height = 17
  103.       Caption = '&Execute recursively'
  104.       TabOrder = 5
  105.       OnClick = ControlChange
  106.     end
  107.     object LocalCommandButton: TRadioButton
  108.       Left = 184
  109.       Top = 109
  110.       Width = 161
  111.       Height = 17
  112.       Caption = '&Local command'
  113.       TabOrder = 3
  114.       OnClick = ControlChange
  115.     end
  116.     object RemoteCommandButton: TRadioButton
  117.       Left = 16
  118.       Top = 109
  119.       Width = 161
  120.       Height = 17
  121.       Caption = '&Remote command'
  122.       TabOrder = 2
  123.       OnClick = ControlChange
  124.     end
  125.     object ShowResultsCheck: TCheckBox
  126.       Left = 16
  127.       Top = 163
  128.       Width = 353
  129.       Height = 17
  130.       Caption = '&Show results in terminal'
  131.       TabOrder = 6
  132.       OnClick = ControlChange
  133.     end
  134.   end
  135.   object OkButton: TButton
  136.     Left = 228
  137.     Top = 272
  138.     Width = 75
  139.     Height = 25
  140.     Anchors = [akRight, akBottom]
  141.     Caption = 'OK'
  142.     Default = True
  143.     ModalResult = 1
  144.     TabOrder = 1
  145.   end
  146.   object CancelButton: TButton
  147.     Left = 312
  148.     Top = 272
  149.     Width = 75
  150.     Height = 25
  151.     Anchors = [akRight, akBottom]
  152.     Cancel = True
  153.     Caption = 'Cancel'
  154.     ModalResult = 2
  155.     TabOrder = 2
  156.   end
  157. end
  158.